home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global skip, no, jikan, auto, pani, ntitle, pmai
- go(the frame)
- set the keyDownScript to "if the key = RETURN then CONTO"
- if pani = "on" then
- set wleft to the stageLeft
- set wtop to the stageTop
- set stagedef to rect(wleft, wtop, wleft + 640, wtop + 480)
- set the rect of window "GNpanic" to stagedef
- set the windowType of window "GNpanic" to 3
- open(window "GNpanic")
- pause()
- set auto to 2
- end if
- if auto = 1 then
- if (skip + (jikan * 60)) <= the timer then
- conto()
- set no to the memberNum of sprite 1
- set no to no + 1
- if no <= pmai then
- set the memberNum of sprite 1 to no
- else
- set no to 50
- set the memberNum of sprite 1 to no
- end if
- set skip to the timer
- end if
- else
- set the memberNum of sprite 1 to no
- end if
- end
-